home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT08.Dxr / 00081.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  338 b   |  20 lines

  1. on exitFrame
  2.   global hand, nugis, self, syu
  3.   if hand = 1 then
  4.     set self to self - 1
  5.   end if
  6.   if hand = 2 then
  7.     set nugis to nugis - 1
  8.     if syu < 5 then
  9.       play frame "smov"
  10.     else
  11.       play frame "slmov"
  12.     end if
  13.   end if
  14.   if hand = 3 then
  15.     set the visible of sprite 26 to 1
  16.     go("syu")
  17.   end if
  18.   go("syu")
  19. end
  20.